.signin-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.signin-dialog {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 4px;
    overflow: hidden;
}

.signin-left {
    width: 340px;
}

.signleft-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.signin-right {
    width: 411px;
    background: #fff;
    overflow: hidden;
    padding: 53px 40px 40px 40px;
    box-sizing: border-box;
    position: relative;


}

.wx-login-qrcode-wrapper {
    min-height: 270px;
    padding-top: 8px;
}



.bordernone {
    border: 0 !important;
}

.icon-close {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;
}

.signin-title {
    height: 33px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 32px;
    margin-bottom: 20px;

}

.phone-type {
    position: absolute;
    top: 32%;
    width: 45px;
    height: 16px;
    left: 6%;
    border-right: 1px solid #878787;
    font-size: 16px;
    color: #212121;
}

.tips-book {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
    margin-top: -20px;
}

.book-style {
    font-size: 14px;
    color: #808085;
    margin-left: 10px;
}

.book-style span {
    font-size: 14px;
    color: #353535;
    border-bottom: 1px solid #ADADAD;
}

.yes-no {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #4285F4;
    padding: 0 0 2px 4px;
}

.phone-input {
    padding-left: 77px !important;
}

.font-ed {
    color: #353535 !important;
}

.login-item {
    margin: 0 0 20px 0;
    position: relative;
}

.login-input {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding-left: 27px;
    background-color: #F5F6F7;
    outline: 0;
    font-size: 16px;
    color: #878787;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {
    border: 0;
    background-color: transparent;
    outline: none;
}

.send-return, .zifu-code {
    width: 55% !important;
}

.send-btn {
    display: inline-block;
    width: 39%;
    height: 50px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    background-color: #ECF3FF;
    color: #4285f4;
    cursor: pointer;
    font-size: 16px;
    border-radius: 30px;
}

.disabled {
    background: #f5f6f7;
    color: #878787;
}

.switch-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -9px;
}

.switch-login {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    color: #888888;
}

.forget-pwd {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    color: #888888;
}

.error-tips {
    font-size: 14px;
    color: #f13939;
    height: 15px;
}

.login-btn {
    display: block;
    width: 100%;
    border-radius: 30px;
    outline: 0;
    background-color: #4285F4;
    color: #fff;
    font-size: 16px;
    outline: 0;
    border: none;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}

.line {
    height: 1px;
    background-color: #ddd;
    text-align: center;
    margin: 0 0 20px 0;
}

.line span {
    line-height: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    margin: 0;
    font-size: 14px;
    position: relative;
    top: -12px;
    color: #707070;
}

.other-login-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px 40px 20px;
}

.other-login-item {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.login-icon {
    width: 50px;
    height: 50px;
}

.other-login-item span {
    font-size: 14px;
}

.wx-login-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 32px;
}

.wx-login-qrcode {
    width: 190px;
    height: 190px;
    margin: 0 auto;
}

.wxlogin-code {
    width: 100%;
    height: 100%;
}

.wx-login-title img {
    margin-right: 12px;
    height: 32px;
    width: 32px;
}

.wx-login-title p {
    height: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.wx-login-tip {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx-login-qrcode-tips {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 15px;
}

.login-foot {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 15px;
}

.login-tips {
    padding: 5px;
    margin: 0;
    font-size: 14px;
    color: #626262;
    line-height: 35px;
}

.login-tips a {
    color: #444950;
    text-decoration: none;
}

.sign-change {
    cursor: pointer;
    color: #4285f4;
    font-size: 14px;
    border-bottom: 1px solid #4285f4;
}

.hidden {
    display: none !important;
}

.zifucode {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zifu-box {
    display: inline-block;
    width: 39%;
    cursor: pointer;
}

.zifu-box img {
    width: 100%;

}
